body{
    margin: 0;
}
.header {
    background: url('../../img/home/bannerhead.png')  no-repeat center/ 100% 100%;
}
.headertxt{
    display: flex;
    display: -webkit-flex;
    height: 280px;
    width:1200px;
    margin: auto;
    justify-content:flex-end;
}
.headertxt img{
    padding-top: 130px;
    padding-right: 100px;
    width:700px;
    height:70px;
}
.newheader img{
    width:100%;
}
.footer{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
    border-top: 2px solid #0C52A8;
    padding-top: 15px;
}
.footer p{
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.footer p a{
    text-decoration: none;
    color: #0A1D43;
    position: relative;

}
.bah:before{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background: url('../../img/beian.png')  no-repeat center/ 100% 100%;
    top: 2px;
    left: -20px;
}
.nav{
    height: 50px;
    width:1200px;
    margin: auto;
    background: linear-gradient(#1A5BA8,#2468B6,#3680CC);
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;

}
.navitems{
    width: 70%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
}
.navitems a{
    text-decoration: none;
    width: 20%;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    text-align: center;
}
.navitems a:first-child:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('../../img/home/icon_nav_home.png')  no-repeat center/ 100% 100%;
    top: 0px;
    left: 45px;
}
.navitems a:nth-child(2):before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('../../img/home/icon_nav_zwgk.png')  no-repeat center/ 100% 100%;
    top: 1px;
    left: 28px;
}
.navitems a:nth-child(3){
    padding-left: 10px;
}
.navitems a:nth-child(3):before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('../../img/home/icon_nav_wsbs.png')  no-repeat center/ 100% 100%;
    top: 0px;
    left: 0px;
}
.navitems a:nth-child(4):before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('../../img/home/icon_nav_hdjl.png')  no-repeat center/ 100% 100%;
    top: 0px;
    left: 28px;
}
.navitems a:last-child:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('../../img/home/icon_nav_ggfw.png')  no-repeat center/ 100% 100%;
    top: 0px;
    left: 28px;
}
.search{
    width: 30%;
    display: inline-flex;
    display: -webkit-inline-flex;
    position: relative;
    align-items: center;
}
.search input{
    height: 35px;
    border: none;
    width: 70%;
    padding-left: 28px;
}
.search i{
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    background: url('../../img/home/icon_search.png')  no-repeat center/ 100% 100%;
    top: 15px;
    left: 5px;
}
.search a{
    text-decoration: none;
    width: 20%;
    background: #3C91DB;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    letter-spacing:2px;
    text-align: center;
}
.content{
    width:1200px;
    margin: auto;
}
.left-menu{
    width: 20%;
    border: 1px solid #E6E6E6;
    height: 280px;
}
.left-menu p{
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #1A5BA8;
    color: #1A5BA8;
    font-size: 16px;
    font-weight: bolder;

}
.left-items{
    display: inline-flex;
    display: -webkit-inline-flex;
    width: 90%;
    margin-left: 5%;
    margin-top: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left-items a{
    width: 35%;
    text-decoration: none;
    color: #0a0a0a;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.left-items a:first-child:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_mail.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(2):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_tax.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(3):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_tel.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(4):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_wx.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(5):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_wb.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(6):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_qqq.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(7):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_lb.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left:7px;
}
.left-items a:nth-child(8):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_txt.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(9):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_bell.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.left-items a:nth-child(10):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../img/home/icon_flag.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.hxypager{
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-top: 10px !important;
}
.tl_top_adv{
    width:1200px;
    height:120px;
}
.tl_top_adv_item>a>img{
    display: block;
    width:100%;
    height:100%;
}
.tl_top_adv2{
    width:1200px;
    height:260px;
}
.tl_top_adv2_item>a>img{
    display: block;
    width:100%;
    height:100%;
}